System.Net.ServicePointManager.SPKey.SPKey C# (CSharp) Méthode

SPKey() public méthode

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