Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IConnectionSocketFeature Interface

Definition

Namespace:
Microsoft.AspNetCore.Connections.Features
Assembly:
Microsoft.AspNetCore.Connections.Abstractions.dll
Package:
Microsoft.AspNetCore.Connections.Abstractions v10.0.0
Package:
Microsoft.AspNetCore.Connections.Abstractions v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Connections.Abstractions v6.0.6
Package:
Microsoft.AspNetCore.Connections.Abstractions v7.0.5
Package:
Microsoft.AspNetCore.Connections.Abstractions v8.0.19
Package:
Microsoft.AspNetCore.Connections.Abstractions v9.0.8
Source:
IConnectionSocketFeature.cs
Source:
IConnectionSocketFeature.cs
Source:
IConnectionSocketFeature.cs
Source:
IConnectionSocketFeature.cs
Source:
IConnectionSocketFeature.cs
Source:
IConnectionSocketFeature.cs

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.

Provides access to the connection's underlying Socket.

public interface IConnectionSocketFeature
type IConnectionSocketFeature = interface
Public Interface IConnectionSocketFeature

Properties

Name Description
Socket

Gets the underlying Socket.

Applies to


Feedback

Was this page helpful?