Class ConnectionShutdownEventArgs
public class ConnectionShutdownEventArgs
- Inheritance
-
ConnectionShutdownEventArgs
- Inherited Members
Constructors
ConnectionShutdownEventArgs(string, string)
public ConnectionShutdownEventArgs(string host, string message)
Parameters
Properties
Host
public string Host { get; }
Property Value
Message
public string Message { get; }