public class ClientConnectedEventArgs : EventArgs
Public Class ClientConnectedEventArgs
Inherits EventArgs
public ref class ClientConnectedEventArgs : public EventArgs
type ClientConnectedEventArgs =
class
inherit EventArgs
end
LocalEndpoint | Local endpoint to which the client is connected |
RefuseConnect | If true, the client connection will be refused |
RemoteEndpoint | Remote endpoint of the client |
TransportProtocol | Protocol which is used by the client |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |