Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.PCHCClient.PCHCClient C# (CSharp) Method

PCHCClient() public method

Initializes a new instance of the PCHCClient class With the specified http transport type, server name, linsten port number and resource.
public PCHCClient ( TransferProtocol httpTransportType, string serverName, int port, string resource ) : System
httpTransportType TransferProtocol Http transport type.
serverName string The server name.
port int The listening port.
resource string The resource.
return System
        public PCHCClient(TransferProtocol httpTransportType, string serverName, int port, string resource)
            : this(httpTransportType, serverName, port, resource, null, null, null)
        {
        }

Same methods

PCHCClient::PCHCClient ( TransferProtocol httpTransportType, string serverName, int port, string resource, ILogPrinter logger ) : System
PCHCClient::PCHCClient ( TransferProtocol httpTransportType, string serverName, int port, string resource, string domainName, string userName, string userPassword ) : System