System.Net.ServicePointManager.SPKey.SPKey C# (CSharp) Method

SPKey() public method

public SPKey ( Uri uri, bool use_connect ) : System
uri System.Uri
use_connect bool
return System
			public SPKey (Uri uri, bool use_connect) {
				this.uri = uri;
				this.use_connect = use_connect;
			}
ServicePointManager.SPKey