Helios.Net.Bootstrap.ClientBootstrap.SetTransport C# (CSharp) Method

SetTransport() public method

public SetTransport ( TransportType type ) : ClientBootstrap
type TransportType
return ClientBootstrap
        public new ClientBootstrap SetTransport(TransportType type)
        {
            base.SetTransport(type);
            return this;
        }