C# Class System.Runtime.Remoting.Channels.CrossAppDomainChannel

Inheritance: IChannel, IChannelSender, IChannelReceiver
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
RegisterChannel void

Public Methods

Method Description
CreateMessageSink ( String url, Object data, String &objectURI ) : IMessageSink
GetUrlsForUri ( String objectURI ) : String[]
Parse ( String url, String &objectURI ) : String
StartListening ( Object data ) : void
StopListening ( Object data ) : void

Private Methods

Method Description
RegisterChannel ( ) : void

Method Details

CreateMessageSink() public method

public CreateMessageSink ( String url, Object data, String &objectURI ) : IMessageSink
url String
data Object
objectURI String
return IMessageSink

GetUrlsForUri() public method

public GetUrlsForUri ( String objectURI ) : String[]
objectURI String
return String[]

Parse() public method

public Parse ( String url, String &objectURI ) : String
url String
objectURI String
return String

StartListening() public method

public StartListening ( Object data ) : void
data Object
return void

StopListening() public method

public StopListening ( Object data ) : void
data Object
return void