HttpClientChannel.IsSecured Property

Definition

Gets or sets whether the client channel is secured.

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

Property Value

true is the client channel is secured otherwise false.

Implements

Applies to