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.
Represents an HTTP TRACE protocol method.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Trace As HttpMethod
Get
'Usage
Dim value As HttpMethod
value = HttpMethod.Trace
public static HttpMethod Trace { get; }
public:
static property HttpMethod^ Trace {
HttpMethod^ get ();
}
static member Trace : HttpMethod
static function get Trace () : HttpMethod
Property Value
Type: System.Net.Http.HttpMethod