HttpRequestMessageExtensions.GetSecurityMessageProperty Method (HttpRequestMessage)

 

Gets the current SecurityMessageProperty stored in the request message properties for the given request.

Namespace:   System.Net.Http
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

Syntax

public static SecurityMessageProperty GetSecurityMessageProperty(
    this HttpRequestMessage request
)
public:
[ExtensionAttribute]
static SecurityMessageProperty^ GetSecurityMessageProperty(
    HttpRequestMessage^ request
)
static member GetSecurityMessageProperty : 
        request:HttpRequestMessage -> SecurityMessageProperty
<ExtensionAttribute>
Public Shared Function GetSecurityMessageProperty (
    request As HttpRequestMessage
) As SecurityMessageProperty

Parameters

Return Value

Type: System.ServiceModel.Security.SecurityMessageProperty

The current SecurityMessageProperty.

See Also

HttpRequestMessageExtensions Class
System.Net.Http Namespace

Return to top