| RtspMethodFinderGetMethod Method  | 
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static MethodInfo GetMethod(
	MethodType methodType
)
Public Shared Function GetMethod ( 
	methodType As MethodType
) As MethodInfo
public:
static MethodInfo^ GetMethod(
	MethodType methodType
)
static member GetMethod : 
        methodType : MethodType -> MethodInfo 
Parameters
- methodType
 - Type: StreamCoders.RtspMethodType
 
Return Value
Type: 
MethodInfo
See Also