| ResponseHeaderCreate Method  | 
                Creates this object.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static ResponseHeader Create(
	int responseCode
)
Public Shared Function Create ( 
	responseCode As Integer
) As ResponseHeader
public:
static ResponseHeader^ Create(
	int responseCode
)
static member Create : 
        responseCode : int -> ResponseHeader 
Parameters
- responseCode
 - Type: SystemInt32
 The response code.  
Return Value
Type: 
ResponseHeader
                .
            
See Also