C# 클래스 System.Runtime.Remoting.Channels.Http.HttpChannel

상속: System.Runtime.Remoting.Channels.BaseChannelWithProperties, IChannelReceiver, IChannelSender, IChannel, IChannelReceiverHook, ISecurableChannel
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
HttpChannel ( ) : System
HttpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
HttpChannel ( int port ) : System
this ( Object key ) : Object

비공개 메소드들

메소드 설명
AddHookChannelUri ( String channelUri ) : void
CreateMessageSink ( String url, Object remoteChannelData, String &objectURI ) : IMessageSink
GetUrlsForUri ( String objectURI ) : String[]
Parse ( String url, String &objectURI ) : String
StartListening ( Object data ) : void
StopListening ( Object data ) : void

메소드 상세

HttpChannel() 공개 메소드

public HttpChannel ( ) : System
리턴 System

HttpChannel() 공개 메소드

public HttpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
properties IDictionary
clientSinkProvider IClientChannelSinkProvider
serverSinkProvider IServerChannelSinkProvider
리턴 System

HttpChannel() 공개 메소드

public HttpChannel ( int port ) : System
port int
리턴 System

this() 공개 메소드

public this ( Object key ) : Object
key Object
리턴 Object