TCPLocalSocketPipe MemberssP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API

The TCPLocalSocketPipe type exposes the following members.
Constructors

  NameDescription
Public methodTCPLocalSocketPipe(Socket)
Initialises TCPLocalSocketPipe object. Application socket needs to connect to end point which you can obtain from BindEndPoint property
Public methodTCPLocalSocketPipe(IPEndPoint, Socket)
Initialises TCPLocalSocketPipe object
Public methodTCPLocalSocketPipe(Socket, Socket)
Initialises TCPLocalSocketPipe object
Back to Top
Methods

  NameDescription
Public methodDispose
Disposes all internal resources
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodWriteLogEntry
Writes new log entry
(Defined by Logger.)
Back to Top
Properties

  NameDescription
Public propertyBindEndPoint
Local End Point to which application socket connect is awaited
Public propertyisClosed
Public propertyProxySocket
Intermediate socket trough which all data is exchanged
Back to Top
Events

  NameDescription
Public eventonPipeClosed
Rises when connection is broken on one of pipe ends
Back to Top
See Also