Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Samples
ServiceBus
Connections
ReplyChannelStreamConnector
C# 클래스 Microsoft.Samples.ServiceBus.Connections.ReplyChannelStreamConnector
상속:
IDataExchange
파일 보기
프로젝트 열기: RobBlackwell/PortBridge
1 사용 예제들
공개 메소드들
메소드
설명
Connect
(
string
connectionInfo
) :
void
Disconnect
( ) :
void
ReplyChannelStreamConnector
(
Stream
stream
) :
System.IO
Write
(
TransferBuffer
data
) :
void
메소드 상세
Connect()
공개
메소드
public
Connect
(
string
connectionInfo
) :
void
connectionInfo
string
리턴
void
Disconnect()
공개
메소드
public
Disconnect
( ) :
void
리턴
void
ReplyChannelStreamConnector()
공개
메소드
public
ReplyChannelStreamConnector
(
Stream
stream
) :
System.IO
stream
System.IO.Stream
리턴
System.IO
Write()
공개
메소드
public
Write
(
TransferBuffer
data
) :
void
data
TransferBuffer
리턴
void