Table of Contents

Interface IConnectionContext

Namespace
IceRpc
Assembly
IceRpc.dll

Provides access to properties of the connection that received a request or response.

public interface IConnectionContext

Properties

Invoker

Gets the invoker implemented by the connection.

IInvoker Invoker { get; }

Property Value

IInvoker

The IInvoker to send requests and receive responses with the connection.

TransportConnectionInformation

Gets the transport connection information.

TransportConnectionInformation TransportConnectionInformation { get; }

Property Value

TransportConnectionInformation

The TransportConnectionInformation of the connection.