DevForce Help Reference
OnEndpointCreated Method (ServiceProxyEvents)


Called when a ServiceEndpoint has been created.
Syntax
'Declaration
 
Public Overridable Sub OnEndpointCreated( _
   ByVal endpoint As ServiceEndpoint _
) 
'Usage
 
Dim instance As ServiceProxyEvents
Dim endpoint As ServiceEndpoint
 
instance.OnEndpointCreated(endpoint)
public virtual void OnEndpointCreated( 
   ServiceEndpoint endpoint
)

Parameters

endpoint
Remarks
Override this method if you need to customize the endpoint. For example, you can modify the default timeout values, add security to the binding, or add additional endpoint behaviors. The base implementation performs no action.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceProxyEvents Class
ServiceProxyEvents Members

Send Feedback