메소드 | 설명 | |
---|---|---|
BeginCloseOutputSession ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
CloseOutputSession ( System.TimeSpan timeout ) : void | ||
DuplexClientRuntimeChannel ( |
||
EndCloseOutputSession ( IAsyncResult result ) : void | ||
ProcessInput ( IInputChannel input, Message message ) : void | ||
ProcessRequestOrInput ( IInputChannel input ) : void | ||
TryReceiveDone ( IAsyncResult result ) : void |
메소드 | 설명 | |
---|---|---|
OnClose ( System.TimeSpan timeout ) : void | ||
OnOpen ( System.TimeSpan timeout ) : void | ||
OnOpened ( ) : void |
메소드 | 설명 | |
---|---|---|
MessageMatchesEndpointDispatcher ( Message req, |
public BeginCloseOutputSession ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult | ||
timeout | System.TimeSpan | |
callback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public CloseOutputSession ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
public DuplexClientRuntimeChannel ( |
||
endpoint | ||
factory | ChannelFactory | |
remoteAddress | EndpointAddress | |
via | ||
리턴 | System |
public EndCloseOutputSession ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
리턴 | void |
protected OnClose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
protected OnOpen ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
리턴 | void |
public ProcessInput ( IInputChannel input, Message message ) : void | ||
input | IInputChannel | |
message | Message | |
리턴 | void |
public ProcessRequestOrInput ( IInputChannel input ) : void | ||
input | IInputChannel | |
리턴 | void |
public TryReceiveDone ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
리턴 | void |