RtspGetParameter Constructor (Url) |
Constructor. Initializes the Request with valid Request Header.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public RtspGetParameter(
Url url
)
Public Sub New (
url As Url
)
public:
RtspGetParameter(
Url^ url
)
new :
url : Url -> RtspGetParameter
Parameters
- url
- Type: StreamCoders.RtspUrl
URL of the document.
See Also