Click or drag to resize
RebroadcastServerConnection Properties

The RebroadcastServerConnection type exposes the following members.

Properties
  NameDescription
Public propertyBytesBuffered
Gets or sets a count of bytes currently buffered and awaiting transmission.
Public propertyBytesWritten
Gets or sets a count of bytes sent to the client.
Public propertyEndpointIPAddress
Gets or sets the IP address that the client connected from.
Public propertyEndpointPort
Gets or sets the port that the client connected from.
Public propertyLocalPort
Gets or sets the local port that the rebroadcast server listens to.
Public propertyName
Gets or sets the name of the rebroadcast server.
Public propertyRebroadcastServerId
Gets or sets the identifier of the rebroadcast server.
Public propertyRemoteAddress
Gets the address held by EndpointIPAddress.
Public propertyStaleBytesDiscarded
Gets or sets a count of bytes that were discarded from the buffer because they took too long to send.
Top
See Also