RtspMessageRemoveHeader Method |
Removes a header from the RtspMessage
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool RemoveHeader(
string name
)
Public Function RemoveHeader (
name As String
) As Boolean
public:
bool RemoveHeader(
String^ name
)
member RemoveHeader :
name : string -> bool
Parameters
- name String
- The name of the header to remove
Return Value
BooleanTrue if removed, false otherwise
See Also