ResponseCode.VersionNotSupported Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SIP protocol version is not supported. (505)
public: int VersionNotSupported = 505;
public const int VersionNotSupported = 505;
val mutable VersionNotSupported : int
Public Const VersionNotSupported As Integer = 505