Click or drag to resize
ResponseHeaderCreate Method
Creates this object.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static ResponseHeader Create(
	int responseCode
)

Parameters

responseCode
Type: SystemInt32
The response code.

Return Value

Type: ResponseHeader
.
See Also