ServerFactory.ServerOptions 结构

定义

可能影响 IPC 服务器的选项。

public struct ServerFactory.ServerOptions : IEquatable<Microsoft.ServiceHub.Framework.ServerFactory.ServerOptions>
type ServerFactory.ServerOptions = struct
Public Structure ServerFactory.ServerOptions
Implements IEquatable(Of ServerFactory.ServerOptions)
继承
ServerFactory.ServerOptions
实现

属性

AllowMultipleClients

获取一个值,该值指示是否为多个传入客户端提供服务。

Name

获取要接受连接的管道的完全限定名称。

TraceSource

获取有关连接尝试的日志记录方式。

方法

Equals(Object)

可能影响 IPC 服务器的选项。

Equals(ServerFactory+ServerOptions)

可能影响 IPC 服务器的选项。

GetHashCode()

可能影响 IPC 服务器的选项。

ToString()

可能影响 IPC 服务器的选项。

运算符

Equality(ServerFactory+ServerOptions, ServerFactory+ServerOptions)

可能影响 IPC 服务器的选项。

Inequality(ServerFactory+ServerOptions, ServerFactory+ServerOptions)

可能影响 IPC 服务器的选项。

适用于