Click or drag to resize
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.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void RemoveContext(
	string guid
)

Parameters

guid
Type: SystemString
Unique id of context.
See Also