Method | Description | |
---|---|---|
AsyncCompositeConnect ( |
||
CompositeConnect ( |
||
CreateTransport ( |
Creates a normal transport.
|
|
HandleException ( |
||
RegisterTransportFactory ( string scheme, |
Method | Description | |
---|---|---|
CreateTransportFactory ( |
Create a transport factory for the scheme. If we do not support the transport protocol, an NMSConnectionException will be thrown.
|
|
FindTransportFactory ( string scheme ) : |
||
NewInstance ( string scheme ) : ITransportFactory |
public static AsyncCompositeConnect ( |
||
location | ||
setTransport | SetTransport | |
return | ITransport |
public static CompositeConnect ( |
||
location | ||
return | ITransport |
public static CreateTransport ( |
||
location | ||
return | ITransport |
public static HandleException ( |
||
ex | ||
return | void |
public RegisterTransportFactory ( string scheme, |
||
scheme | string | |
factoryType | ||
return | void |