RtspSessionInformationProxyEndpoint Property |
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic EndPoint ProxyEndpoint { get; set; }
Public Property ProxyEndpoint As EndPoint
Get
Set
public:
property EndPoint^ ProxyEndpoint {
EndPoint^ get ();
void set (EndPoint^ value);
}
member ProxyEndpoint : EndPoint with get, set
Property Value
Type:
EndPoint
See Also