Property | Type | Description | |
---|---|---|---|
GetString | string |
Method | Description | |
---|---|---|
Message ( ) : System | ||
Message ( string source, string key, ArraySegment |
||
Message ( string source, string key, string value ) : System | ||
ReadFrom ( Stream stream ) : |
||
WriteTo ( Stream stream ) : void |
Method | Description | |
---|---|---|
GetString ( ) : string |
public Message ( string source, string key, ArraySegment |
||
source | string | |
key | string | |
value | ArraySegment |
|
return | System |
public Message ( string source, string key, string value ) : System | ||
source | string | |
key | string | |
value | string | |
return | System |
public static ReadFrom ( Stream stream ) : |
||
stream | Stream | |
return |