HttpMethod.Trace Property

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

See Also

Reference

HttpMethod Class

System.Net.Http Namespace