HybridConnectionDescription.RequiresClientAuthorization Property
Gets or sets whether client authorization is needed for this HybridConnection.
Namespace: Microsoft.ServiceBus.Relay
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public bool RequiresClientAuthorization { get; set; }
public:
property bool RequiresClientAuthorization {
bool get();
void set(bool value);
}
member RequiresClientAuthorization : bool with get, set
Public Property RequiresClientAuthorization As Boolean
Property Value
Type: System.Boolean
true if client authorization is needed for this HybridConnection; otherwise, false.
See Also
HybridConnectionDescription Class
Microsoft.ServiceBus.Relay Namespace
Return to top