WSManSessionOptions.HttpUrlPrefix Property

 

Gets or sets the HTTP URL prefix.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public Uri HttpUrlPrefix { get; set; }
public:
property Uri^ HttpUrlPrefix {
    Uri^ get();
    void set(Uri^ value);
}
member HttpUrlPrefix : Uri with get, set
Public Property HttpUrlPrefix As Uri

Property Value

Type: System.Uri

The HTTP URL prefix ("HTTP" or "HTTPS").

See Also

WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top