TlsServerSocket.HasChannelBinding Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
HasChannelBinding(ChannelBindingType)
Gets an indication whether a provider has a ChannelBinding that matches the bindingType
.
If the method returns true
, it means that the next call of the GetChannelBinding(ChannelBindingType) method returns
valid (non-empty) instance of the ChannelBinding that matches bindingType
.
Inherited from TlsSocket.
Declaration
public bool HasChannelBinding(ChannelBindingType bindingType)
Parameters
Type | Name | Description |
---|---|---|
ChannelBindingType | bindingType | Channel binding type. |
Returns
Type | Description |
---|---|
Boolean |
|