ClientServiceHost.OnCreatingBinding - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnCreatingBinding ( _
endpointAddress As Uri, _
binding As Binding _
)
'Utilisation
Dim endpointAddress As Uri
Dim binding As Binding
Me.OnCreatingBinding(endpointAddress, _
binding)
protected virtual void OnCreatingBinding(
Uri endpointAddress,
Binding binding
)
Paramètres
- endpointAddress
Type : System.Uri
- binding
Type : System.ServiceModel.Channels.Binding