sP2P NAT Traversal and peer-to-peer networking APIThe TCPLocalSocketPipe type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TCPLocalSocketPipe(Socket) |
Initialises TCPLocalSocketPipe object. Application socket needs to connect to end point which you can obtain from BindEndPoint property
|
![]() | TCPLocalSocketPipe(IPEndPoint, Socket) |
Initialises TCPLocalSocketPipe object
|
![]() | TCPLocalSocketPipe(Socket, Socket) |
Initialises TCPLocalSocketPipe object
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes all internal resources
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | WriteLogEntry | Writes new log entry (Defined by Logger.) |
Properties
Name | Description | |
---|---|---|
![]() | BindEndPoint |
Local End Point to which application socket connect is awaited
|
![]() | isClosed | |
![]() | ProxySocket |
Intermediate socket trough which all data is exchanged
|
Events
Name | Description | |
---|---|---|
![]() | onPipeClosed |
Rises when connection is broken on one of pipe ends
|
See Also