SignalingSession.RequestOrResponseReceived 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 a request or response is received.
public:
event EventHandler<Microsoft::Rtc::Signaling::RequestOrResponseReceivedEventArgs ^> ^ RequestOrResponseReceived;
public event EventHandler<Microsoft.Rtc.Signaling.RequestOrResponseReceivedEventArgs> RequestOrResponseReceived;
member this.RequestOrResponseReceived : EventHandler<Microsoft.Rtc.Signaling.RequestOrResponseReceivedEventArgs>
Public Custom Event RequestOrResponseReceived As EventHandler(Of RequestOrResponseReceivedEventArgs)
Event Type
Remarks
Applications can used this event to search all requests and responses for certain headers or other message characteristics.