IHttpConnectionFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information regarding the TCP/IP connection carrying the request.
public interface class IHttpConnectionFeature
public interface IHttpConnectionFeature
type IHttpConnectionFeature = interface
Public Interface IHttpConnectionFeature
- Derived
Properties
ConnectionId |
Gets or sets the unique identifier for the connection the request was received on. This is primarily for diagnostic purposes. |
LocalIpAddress |
Gets or sets the local IPAddress on which the request was received. |
LocalPort |
Gets or sets the local port on which the request was received. |
RemoteIpAddress |
Gets or sets the IPAddress of the client making the request. Note this may be for a proxy rather than the end user. |
RemotePort |
Gets or sets the remote port of the client making the request. |