RebroadcastServerConnection Class |
Namespace: VirtualRadar.Interface
The RebroadcastServerConnection type exposes the following members.
Name | Description | |
---|---|---|
RebroadcastServerConnection | Initializes a new instance of the RebroadcastServerConnection class |
Name | Description | |
---|---|---|
BytesBuffered |
Gets or sets a count of bytes currently buffered and awaiting transmission.
| |
BytesWritten |
Gets or sets a count of bytes sent to the client.
| |
EndpointIPAddress |
Gets or sets the IP address that the client connected from.
| |
EndpointPort |
Gets or sets the port that the client connected from.
| |
LocalPort |
Gets or sets the local port that the rebroadcast server listens to.
| |
Name |
Gets or sets the name of the rebroadcast server.
| |
RebroadcastServerId |
Gets or sets the identifier of the rebroadcast server.
| |
RemoteAddress |
Gets the address held by EndpointIPAddress.
| |
StaleBytesDiscarded |
Gets or sets a count of bytes that were discarded from the buffer because they took
too long to send.
|
Name | Description | |
---|---|---|
Clone |
See interface docs.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameConnection |
Returns true if this connection is the same as the other connection.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
See base docs.
(Overrides ObjectToString.) |