| RtspMessageRemoveHeader Method  | 
            Removes a header from the RtspMessage
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: SystemString
The name of the header to remove 
Return Value
Type: 
BooleanTrue if removed, false otherwise
See Also