Click or drag to resize
RtspRequestReceivedCallback Delegate
Callback, called when the a new request is received.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void RtspRequestReceivedCallback(
	Object sender,
	RtspRequest request,
	ref RtspResponse proposedResponse
)

Parameters

sender
Type: SystemObject
Source of the event.
request
Type: StreamCoders.RtspRtspRequest
The request.
proposedResponse
Type: StreamCoders.RtspRtspResponse
[in,out] The proposed response.
See Also