Constructs a new client session per specifications in uri
and resources.
| C# | Visual Basic | Visual C++ |
public static RemoteEtchBridgeServer NewServer( string uri, Resources resources, EtchBridgeHelper..::.EtchBridgeClientFactory implFactory )
Public Shared Function NewServer ( _ uri As String, _ resources As Resources, _ implFactory As EtchBridgeHelper..::.EtchBridgeClientFactory _ ) As RemoteEtchBridgeServer
public: static RemoteEtchBridgeServer^ NewServer( String^ uri, Resources^ resources, EtchBridgeHelper..::.EtchBridgeClientFactory^ implFactory )
- uri (String)
- contains specifications for the client session transport stack.
- resources (Resources)
- additional resources to aid in constructing new sessions.
- implFactory (EtchBridgeHelper..::.EtchBridgeClientFactory)
- factory used to construct a new instance implementing EtchBridgeClient. The new instance will receive and process messages from the server session.
new remote server instance initialized by uri
and resources which may be used to send messages to the
server session.