public class PipeClientOptions
Public Class PipeClientOptions
public ref class PipeClientOptions
type PipeClientOptions = class end
PipeClientOptions | Создаёт экземпляр класса с указанием значений его свойств, обязательных для заполнения. |
ConnectionTimeout | Таймаут соединения с сервером. По умолчанию равен 10 секундам - DefaultConnectionTimeout. |
PipeName | Имя канала. Не должно быть равно null или пустой строке для успешного соединения. |
ServerName | Имя сервера. Не должно быть равно null или пустой строке для успешного соединения. По умолчанию равно текущему серверу "точка" . - DefaultServerName. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
DefaultConnectionTimeout | Таймаут соединения с сервером по умолчанию, равен 10 секундам. |
DefaultServerName | Имя сервера по умолчанию, равно текущему серверу "точка" .. |