ServerPipe Class |
Namespace: Fiddler
The ServerPipe type exposes the following members.
Name | Description | |
---|---|---|
DescribeConnectionSecurity |
Return a string describing the HTTPS connection security, if this socket is secured
| |
End |
Shutdown and close the socket inside this pipe. Eats exceptions.
(Inherited from BasePipe.) | |
EndWithRST |
Abruptly closes the socket by sending a RST packet
(Inherited from BasePipe.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRawSocket |
Return the raw socket this pipe wraps. Avoid calling this method if at all possible.
(Inherited from BasePipe.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasDataAvailable |
Poll the underlying socket for readable data (or closure/errors)
(Inherited from BasePipe.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Send |
Sends a byte array through this pipe
(Inherited from BasePipe.) | |
ToString |
Returns a semicolon-delimited string describing this ServerPipe
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
_baseSocket |
The base socket wrapped in this pipe
(Inherited from BasePipe.) | |
_bIsConnectedToGateway |
Returns TRUE if this ServerPipe is connected to a Gateway
| |
_httpsStream |
The HTTPS stream wrapped around the base socket
(Inherited from BasePipe.) | |
_sPipeName |
The display name of this Pipe
(Inherited from BasePipe.) | |
_sPoolKey |
The Pooling key used for reusing a previously pooled ServerPipe. See sPoolKey property.
| |
iUseCount |
The number of times that this Pipe has been used
(Inherited from BasePipe.) |
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.) | |
isConnectedToGateway |
Indicates if this pipe is connected to an upstream (non-SOCKS) Proxy.
| |
isConnectedViaSOCKS |
Indicates if this pipe is connected to a SOCKS gateway
| |
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.) | |
Port |
Return the Remote Port to which this socket is attached.
(Inherited from BasePipe.) | |
RemoteEndPoint |
Returns the IPEndPoint to which this socket is connected, or null
| |
ReusePolicy |
Policy for reuse of this pipe
| |
SecureProtocol |
Returns the SSL/TLS protocol securing this connection
(Inherited from BasePipe.) | |
ServerCertificate | ||
sPoolKey |
Gets and sets the pooling key for this server pipe.
| |
TransmitDelay |
Gets or sets the transmission delay on this Pipe, used for performance simulation purposes.
(Inherited from BasePipe.) |