System.ServiceModel.Description.ClientCredentials.ApplyClientBehavior C# (CSharp) Méthode

ApplyClientBehavior() private méthode

private ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime behavior ) : void
endpoint ServiceEndpoint
behavior System.ServiceModel.Dispatcher.ClientRuntime
Résultat void
		public virtual void ApplyClientBehavior (
			ServiceEndpoint endpoint, ClientRuntime behavior)
		{
			if (endpoint == null)
				throw new ArgumentNullException ("endpoint");
			if (behavior == null)
				throw new ArgumentNullException ("behavior");

			// FIXME: apply to endpoint when there is not security binding element.
		}