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