Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
RiakClient
Messages
RiakReq
C# Class RiakClient.Messages.RiakReq
ファイルを表示
Open project: basho/riak-dotnet-client
Public Methods
Method
Description
RiakReq
( ) :
System
RiakReq
(
MessageCode
messageCode
) :
System
WriteTo
(
Stream
s
) :
void
Method Details
RiakReq()
public
method
public
RiakReq
( ) :
System
return
System
RiakReq()
public
method
public
RiakReq
(
MessageCode
messageCode
) :
System
messageCode
MessageCode
return
System
WriteTo()
public
method
public
WriteTo
(
Stream
s
) :
void
s
Stream
return
void