Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the owin.ResponseProtocol.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string Protocol { get; set; }
property String^ Protocol {
String^ get();
void set(String^ value);
}
abstract Protocol : string with get, set
Property Protocol As String
Property Value
Type: System.String
The owin.ResponseProtocol.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top