Class ColocTransport
- Namespace
- IceRpc.Transports.Coloc
- Assembly
- IceRpc.Transports.Coloc.dll
The Coloc transport class provides a client and server duplex transport that can be used for in-process communications.
public sealed class ColocTransport
- Inheritance
-
ColocTransport
- Inherited Members
Constructors
ColocTransport()
Constructs a ColocTransport.
public ColocTransport()
ColocTransport(ColocTransportOptions)
Constructs a ColocTransport.
public ColocTransport(ColocTransportOptions options)
Parameters
options
ColocTransportOptionsThe options to configure the Coloc transport.
Fields
Name
The transport name.
public const string Name = "coloc"
Field Value
Properties
ClientTransport
Gets the colocated client transport.
public IDuplexClientTransport ClientTransport { get; }
Property Value
- IDuplexClientTransport
The client transport.
ServerTransport
Gets the colocated server transport.
public IDuplexServerTransport ServerTransport { get; }
Property Value
- IDuplexServerTransport
The server transport.