See Also: ProtocolVersion Members
Represents a protocol version, as specified in RFC 2616. RFC 2616 specifies only HTTP versions, like "HTTP/1.1" and "HTTP/1.0". RFC 3261 specifies a message format that is identical to HTTP except for the protocol name. It defines a protocol version "SIP/2.0". There are some nitty-gritty differences between the interpretation of versions in HTTP and SIP. In those cases, HTTP takes precedence.
This class defines a protocol version as a combination of protocol name, major version number, and minor version number. Note that ProtocolVersion.Equals(Java.Lang.Object) and ProtocolVersion.GetHashCode are defined as final here, they cannot be overridden in derived classes.