ClientPipe Properties |
The ClientPipe type exposes the following members.
Name | Description | |
---|---|---|
Address |
Returns the remote address to which this Pipe is connected, or 0.0.0.0 on error.
(Inherited from BasePipe.) | |
bIsSecured |
Returns a bool indicating if the socket in this Pipe is CURRENTLY connected and wrapped in a SecureStream
(Inherited from BasePipe.) | |
Connected |
Return the Connected status of the base socket.
WARNING: This doesn't work as you might expect; you can see Connected == false when a READ timed out but a WRITE will succeed.
(Inherited from BasePipe.) | |
LocalPort |
Return the Local Port to which the base socket is attached. Note: May return a misleading port if the ISA Firewall Client is in use.
(Inherited from BasePipe.) | |
LocalProcessID |
ID of the process that opened this socket, assuming that Port Mapping is enabled, and the connection is from the local machine
| |
LocalProcessName |
Name of the Process referred to by LocalProcessID, or String.Empty if unknown
| |
Port |
Return the Remote Port to which this socket is attached.
(Inherited from BasePipe.) | |
SecureProtocol |
Returns the SSL/TLS protocol securing this connection
(Inherited from BasePipe.) | |
TransmitDelay |
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
(Inherited from BasePipe.) |