ServerFactory.ServerOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options that can influence the IPC server.
public struct ServerFactory.ServerOptions : IEquatable<Microsoft.ServiceHub.Framework.ServerFactory.ServerOptions>
type ServerFactory.ServerOptions = struct
Public Structure ServerFactory.ServerOptions
Implements IEquatable(Of ServerFactory.ServerOptions)
- Inheritance
-
ServerFactory.ServerOptions
- Implements
Properties
AllowMultipleClients |
Gets a value indicating whether to serve more than one incoming client. |
Name |
Gets the fully-qualified name of the pipe to accept connections to. |
TraceSource |
Gets the means of logging regarding connection attempts. |
Methods
Equals(Object) | |
Equals(ServerFactory+ServerOptions) | |
GetHashCode() | |
ToString() |
Operators
Equality(ServerFactory+ServerOptions, ServerFactory+ServerOptions) | |
Inequality(ServerFactory+ServerOptions, ServerFactory+ServerOptions) |