HttpMJpegServerRemoveContext Method |
Removes a context from the server. Note that this only removes the structure, but does not disconnect the actual
client. To deny a client access, set CancelRequest to true in the OnInitialRequest event.
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void RemoveContext(
string guid
)
Public Sub RemoveContext (
guid As String
)
public:
void RemoveContext(
String^ guid
)
member RemoveContext :
guid : string -> unit
Parameters
- guid
- Type: SystemString
Unique id of context.
See Also