CellStoragesClient Constructor (Binding, EndpointAddress)
Initializes a new instance of the CellStoragesClient class.
Namespace: [CellStorage Web service]
Service reference: http://Site/_vti_bin/CellStorage.svc
Syntax
'Declaration
Public Sub New ( _
binding As Binding, _
remoteAddress As EndpointAddress _
)
'Usage
Dim binding As Binding
Dim remoteAddress As EndpointAddress
Dim instance As New CellStoragesClient(binding, _
remoteAddress)
public CellStoragesClient(
Binding binding,
EndpointAddress remoteAddress
)
Parameters
- binding
Type: System.ServiceModel.Channels.Binding
- remoteAddress
Type: System.ServiceModel.EndpointAddress