Click or drag to resize
TransportInfo Class
Provides data for a network transport.
Inheritance Hierarchy

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class TransportInfo : EventArgs

The TransportInfo type exposes the following members.

Constructors
  NameDescription
Public methodTransportInfo
Creates a new instance of the TransportInfo class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodLocalToEndpoint (Defined by EndpointEx.)
Public Extension MethodRemoteToEndpoint (Defined by EndpointEx.)
Top
Properties
  NameDescription
Public propertyLocalEndPoint
Gets the local endpoint of the transport.
Public propertyLocalOutgoingTcpPort
Port used for connnecting to the remote sip endpoint via TCP protocol.
Public propertyProtocol
Gets the protocol used during the network communication.
Public propertyRemoteEndPoint
Gets the remote endpoint of the transport.
Top
See Also