Click or drag to resize
ServerPipe Properties

The ServerPipe type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Returns the remote address to which this Pipe is connected, or 0.0.0.0 on error.
(Inherited from BasePipe.)
Public propertybIsSecured
Returns a bool indicating if the socket in this Pipe is CURRENTLY connected and wrapped in a SecureStream
(Inherited from BasePipe.)
Public propertyConnected
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.)
Public propertyisConnectedToGateway
Indicates if this pipe is connected to an upstream (non-SOCKS) Proxy.
Public propertyisConnectedViaSOCKS
Indicates if this pipe is connected to a SOCKS gateway
Public propertyLocalPort
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.)
Public propertyPort
Return the Remote Port to which this socket is attached.
(Inherited from BasePipe.)
Public propertyRemoteEndPoint
Returns the IPEndPoint to which this socket is connected, or null
Public propertyReusePolicy
Policy for reuse of this pipe
Public propertySecureProtocol
Returns the SSL/TLS protocol securing this connection
(Inherited from BasePipe.)
Public propertyServerCertificate
Public propertyCode examplesPoolKey
Gets and sets the pooling key for this server pipe.
Public propertyTransmitDelay
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
(Inherited from BasePipe.)
Top
See Also