Table of Contents

Class NetworkTransportFactory

Namespace
VAST.Transport
Assembly
VAST.Common.dll

Provides factory method for creating network transport available in user code.

public static class NetworkTransportFactory
Inheritance
NetworkTransportFactory
Inherited Members

Methods

Create()

Creates a new instance of a network transport.

public static INetworkTransport Create()

Returns

INetworkTransport

A network transport, always returns SocketTransport for now.