Socket.OSSupportsUnixDomainSockets Propriedade

Definição

Indica se o sistema operacional subjacente dá suporte aos soquetes de domínio do UNIX.Indicates whether the underlying operating system support the Unix domain sockets.

public:
 static property bool OSSupportsUnixDomainSockets { bool get(); };
public static bool OSSupportsUnixDomainSockets { get; }
member this.OSSupportsUnixDomainSockets : bool
Public Shared ReadOnly Property OSSupportsUnixDomainSockets As Boolean

Valor da propriedade

Boolean

true Se o sistema operacional der suporte aos soquetes de domínio do UNIX; caso contrário, false .true if the operating system support the Unix domain sockets; otherwise, false.

Aplica-se a