System.Net.ServicePointManager.SPKey.SPKey C# (CSharp) Метод

SPKey() публичный Метод

public SPKey ( Uri uri, bool use_connect ) : System
uri System.Uri
use_connect bool
Результат System
			public SPKey (Uri uri, bool use_connect) {
				this.uri = uri;
				this.use_connect = use_connect;
			}
ServicePointManager.SPKey