Click or drag to resize
RebroadcastServerConnection Class
Describes a connection to a rebroadcast server.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceRebroadcastServerConnection

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RebroadcastServerConnection : ICloneable

The RebroadcastServerConnection type exposes the following members.

Constructors
  NameDescription
Public methodRebroadcastServerConnection
Initializes a new instance of the RebroadcastServerConnection class
Top
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
Methods
  NameDescription
Public methodClone
See interface docs.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameConnection
Returns true if this connection is the same as the other connection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base docs.
(Overrides ObjectToString.)
Top
See Also