Class ProtoApplicationTransport
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
Properties
ApplicationName
public string ApplicationName { get; init; }
Property Value
ClientName
public string ClientName { get; init; }