| 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)
Syntaxpublic RtspGetParameter(
	Url url
)
Public Sub New ( 
	url As Url
)
public:
RtspGetParameter(
	Url^ url
)
new : 
        url : Url -> RtspGetParameterParameters
- url
 - Type: StreamCoders.RtspUrl
  URL of the document.  
See Also