Class ProtoApplicationTransport

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

The in-process transport (an ASP.NET Core server client) backing an application. An application's HTTP clients with no configured base address reuse this transport instead of opening a socket.

public sealed record ProtoApplicationTransport : IEquatable<ProtoApplicationTransport>
Inheritance
ProtoApplicationTransport
Implements
Inherited Members
Extension Methods

Constructors

ProtoApplicationTransport(string, string)

The in-process transport (an ASP.NET Core server client) backing an application. An application's HTTP clients with no configured base address reuse this transport instead of opening a socket.

public ProtoApplicationTransport(string ApplicationName, string ClientName)

Parameters

ApplicationName string
ClientName string

Properties

ApplicationName

public string ApplicationName { get; init; }

Property Value

string

ClientName

public string ClientName { get; init; }

Property Value

string