ClientServiceHost.OnCreatingBinding método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnCreatingBinding ( _
endpointAddress As Uri, _
binding As Binding _
)
'Uso
Dim endpointAddress As Uri
Dim binding As Binding
Me.OnCreatingBinding(endpointAddress, _
binding)
protected virtual void OnCreatingBinding(
Uri endpointAddress,
Binding binding
)
Parâmetros
- endpointAddress
Tipo: System.Uri
- binding
Tipo: System.ServiceModel.Channels.Binding