HttpMJpegServerAddContext Method |
Adds a context to the server.
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void AddContext(
string guid
)
Public Sub AddContext (
guid As String
)
public:
void AddContext(
String^ guid
)
member AddContext :
guid : string -> unit
Parameters
- guid
- Type: SystemString
Unique Id of context.
See Also