SipEndpoint.AuthenticationProtocolChanged Event
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.
Raised when the protocol used between the client and server changes.
public:
event EventHandler<EventArgs ^> ^ AuthenticationProtocolChanged;
public event EventHandler<EventArgs> AuthenticationProtocolChanged;
member this.AuthenticationProtocolChanged : EventHandler<EventArgs>
Public Custom Event AuthenticationProtocolChanged As EventHandler(Of EventArgs)