Property | Type | Description | |
---|---|---|---|
socket | Socket |
Method | Description | |
---|---|---|
AuthString ( ) : string | ||
Open ( string path, bool @abstract ) : void | ||
OpenUnix ( string path ) : Socket | ||
WriteCred ( ) : void |
Method | Description | |
---|---|---|
OpenAbstractUnix ( string path ) : Socket |
public Open ( string path, bool @abstract ) : void | ||
path | string | |
@abstract | bool | |
return | void |
protected OpenAbstractUnix ( string path ) : Socket | ||
path | string | |
return | Socket |