WebProxyClientContextInitializer<TService>.Initialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the WebProxyClientContextInitializer<TService> object using a client base object.
protected:
void Initialize(System::ServiceModel::ClientBase<TService> ^ proxy);
protected void Initialize (System.ServiceModel.ClientBase<TService> proxy);
member this.Initialize : System.ServiceModel.ClientBase<'Service (requires 'Service : null)> -> unit
Protected Sub Initialize (proxy As ClientBase(Of TService))
Parameters
- proxy
- ClientBase<TService>
A client base object.