TransportDestination Property |
The address to which a stream will be sent. The client may specify the multicast address
with the destination parameter. To avoid becoming the unwitting perpetrator of a remote-
controlled denial-of-service attack, a server SHOULD authenticate the client and SHOULD
log such attempts before allowing the client to direct a media stream to an address not
chosen by the server. This is particularly important if RTSP commands are issued via UDP,
but implementations cannot rely on TCP as reliable means of client identification by
itself. A server SHOULD not allow a client to direct media streams to an address that
differs from the address commands are coming from.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Destination { get; set; }
Public Property Destination As String
Get
Set
public:
property String^ Destination {
String^ get ();
void set (String^ value);
}
member Destination : string with get, set
Property Value
Type:
String
The destination.
See Also