示例#1
0
 private DefaultProfile(ICredentialProvider icredential, string region, FormatType format)
 {
     _regionId    = region;
     AcceptFormat = format;
     _icredential = icredential;
     _iendpoints  = new InternalEndpointsParser();
 }
 private DefaultProfile(ICredentialProvider icredential)
 {
     this.icredential    = icredential;
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
     this.locationConfig = new LocationConfig();
 }
 private DefaultProfile(ICredentialProvider icredential, String region, FormatType format)
 {
     this.regionId = region;
     this.AcceptFormat = format;
     this.icredential = icredential;
     this.iendpoints = new InternalEndpointsParser();
 }
 private DefaultProfile(String region, ICredentialProvider icredential)
 {
     this.regionId       = region;
     this.icredential    = icredential;
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
 private DefaultProfile(String region, Credential creden)
 {
     iendpoints          = new InternalEndpointsParser();
     credential          = creden;
     this.regionId       = region;
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
 private DefaultProfile(String regionId)
 {
     this.locationConfig = new LocationConfig();
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
     this.regionId       = regionId;
 }
示例#7
0
 private DefaultProfile(ICredentialProvider icredential, String region, FormatType format)
 {
     this.regionId     = region;
     this.AcceptFormat = format;
     this.icredential  = icredential;
     this.iendpoints   = new InternalEndpointsParser();
 }
 private DefaultProfile(String region, Credential creden, IEndpointsProvider provider)
 {
     this.iendpoints     = provider;
     this.credential     = creden;
     this.regionId       = region;
     this.locationConfig = new LocationConfig();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
示例#9
0
 private DefaultProfile(string region, ICredentialProvider icredential)
 {
     iendpoints       = new InternalEndpointsParser();
     this.icredential = icredential;
     regionId         = region;
     locationConfig   = new LocationConfig();
     remoteProvider   = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
示例#10
0
 private DefaultProfile(string region, Credential creden)
 {
     iendpoints     = new InternalEndpointsParser();
     remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
     credential     = creden;
     regionId       = region;
     locationConfig = new LocationConfig();
 }
示例#11
0
 private DefaultProfile(ICredentialProvider icredential, String region, FormatType format)
 {
     this.regionId       = region;
     this.acceptFormat   = format;
     this.icredential    = icredential;
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
     this.locationConfig = new LocationConfig();
 }
 private DefaultProfile()
 {
     this.iendpoints = new InternalEndpointsParser();
 }
示例#13
0
 private DefaultProfile(string region, ICredentialProvider icredential)
 {
     _regionId    = region;
     _icredential = icredential;
     _iendpoints  = new InternalEndpointsParser();
 }
示例#14
0
 private DefaultProfile(ICredentialProvider icredential)
 {
     _icredential = icredential;
     _iendpoints  = new InternalEndpointsParser();
 }
示例#15
0
 private DefaultProfile(string region, Credential creden)
 {
     _iendpoints = new InternalEndpointsParser();
     _credential = creden;
     _regionId   = region;
 }
示例#16
0
 private DefaultProfile()
 {
     _iendpoints = new InternalEndpointsParser();
 }
示例#17
0
 private DefaultProfile()
 {
     locationConfig = new LocationConfig();
     iendpoints     = new InternalEndpointsParser();
     remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
示例#18
0
 public DefaultProfile(bool mock)
 {
     locationConfig = new LocationConfig();
     iendpoints     = new InternalEndpointsParser();
     remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
 private DefaultProfile(String region, Credential creden)
 {
     iendpoints = new InternalEndpointsParser();
     credential = creden;
     this.regionId = region;
 }
 private DefaultProfile(ICredentialProvider icredential)
 {
     this.icredential = icredential;
     this.iendpoints = new InternalEndpointsParser();
 }
 private DefaultProfile(String region, ICredentialProvider icredential)
 {
     this.regionId = region;
     this.icredential = icredential;
     this.iendpoints = new InternalEndpointsParser();
 }
 public DefaultProfile(bool mock = true)
 {
     this.locationConfig = new LocationConfig();
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
示例#23
0
 private DefaultProfile()
 {
     this.iendpoints     = new InternalEndpointsParser();
     this.remoteProvider = RemoteEndpointsParser.InitRemoteEndpointsParser();
 }
示例#24
0
 public EndpointResolve()
 {
     _endpoints = new List <Endpoint>();
     internalEndpointProvider = new InternalEndpointsParser();
     remoteEndpointProvider   = new RemoteEndpointsParser();
 }
示例#25
0
 private DefaultProfile(String region, Credential creden)
 {
     iendpoints    = new InternalEndpointsParser();
     credential    = creden;
     this.regionId = region;
 }