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

PCHCServer() public method

Initializes a new instance of the PCHCServer class with the default transport type: Https; hosted cache server listen port: 443; IPAddress type: IPv4;
public PCHCServer ( ) : System
return System
        public PCHCServer()
            : this(TransferProtocol.HTTPS, 443, IPAddressType.IPv4)
        {
        }

Same methods

PCHCServer::PCHCServer ( ILogPrinter logger ) : System
PCHCServer::PCHCServer ( TransferProtocol transferProtocol, int hostedCacheModeListenPort, IPAddressType ipaddressType ) : System
PCHCServer::PCHCServer ( TransferProtocol transferProtocol, int hostedCacheModeListenPort, IPAddressType ipaddressType, ILogPrinter logger ) : System