Protocol negotiators control the behavior of connected stacks.
Inheritance Hierarchy
org.opendof.core.oalDOFProtocolNegotiator
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class DOFProtocolNegotiator
The DOFProtocolNegotiator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| createDefault | Create a default protocol negotiator. | |
| createDefaultAS | Create a protocol negotiator for authentication. | |
| createDefaultASOnly | Create a protocol negotiator for authentication only. | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also