Click or drag to resize

TransportInfo Class

Provides data for a network transport.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.NetworkTransportInfo

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
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
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodLocalToEndpoint (Defined by EndpointEx.)
Public Extension MethodRemoteToEndpoint (Defined by EndpointEx.)
Top
See Also