Property | Type | Description | |
---|---|---|---|
Heartbeat | System.TimeSpan | ||
MaximumConnections | int |
Method | Description | |
---|---|---|
ServerConfig ( WellKnownSidType sidType, [ domainSid = null, [ name = null, int maximumConnections = 1, System.TimeSpan heartbeat = default(TimeSpan) ) : System |
Initializes a new instance of the NamedPipeServer class.
|
|
ServerConfig ( [ identity = null, [ name = null, int maximumConnections = 1, System.TimeSpan heartbeat = default(TimeSpan) ) : System |
Initializes a new instance of the NamedPipeServer class.
|
|
ServerConfig ( [ sddlForm, int maximumConnections = 1, [ name = null, System.TimeSpan heartbeat = default(TimeSpan) ) : System |
Initializes a new instance of the NamedPipeServer class.
|
public ServerConfig ( WellKnownSidType sidType, [ domainSid = null, [ name = null, int maximumConnections = 1, System.TimeSpan heartbeat = default(TimeSpan) ) : System | ||
sidType | WellKnownSidType | One of the enumeration of well known sid types, the value must not be
/// |
domainSid | [ |
|
name | [ | The pipe name. |
maximumConnections | int | The maximum number of connections. |
heartbeat | System.TimeSpan | The heartbeat timespan, ensures a connection is always available, defaults to once every 5 seconds, specify a negative value to disable. |
return | System |
public ServerConfig ( [ identity = null, [ name = null, int maximumConnections = 1, System.TimeSpan heartbeat = default(TimeSpan) ) : System | ||
identity | [ | The identity of clients that can access the pipe (defaults to BuiltinUsers). |
name | [ | The pipe name. |
maximumConnections | int | The maximum number of connections. |
heartbeat | System.TimeSpan | The heartbeat timespan, ensures a connection is always available, defaults to once every 5 seconds, specify a negative value to disable. |
return | System |
public ServerConfig ( [ sddlForm, int maximumConnections = 1, [ name = null, System.TimeSpan heartbeat = default(TimeSpan) ) : System | ||
sddlForm | [ | SDDL string for the SID used to create the
/// |
maximumConnections | int | The maximum number of connections. |
name | [ | The pipe name. |
heartbeat | System.TimeSpan | The heartbeat timespan, ensures a connection is always available, defaults to once every 5 seconds, specify a negative value to disable. |
return | System |