[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeC" + "oupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValue" + "s}")]
public Stream InitializeSecureBinding(
string id,
string domain,
int bindeeCoupon,
string[] propertyNames,
string[] propertyValues
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeCoupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValues}")>
Function InitializeSecureBinding( _
ByVal id As String, _
ByVal domain As String, _
ByVal bindeeCoupon As Integer, _
ByVal propertyNames() As String, _
ByVal propertyValues() As String _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureBinding&method=InitializeBinding&bindeeCoupon={bindeeCoupon}&propertyNames={propertyNames}&propertyValues={propertyValues}")]
Stream^ InitializeSecureBinding(
String^ id,
String^ domain,
int bindeeCoupon,
array<String^>^ propertyNames,
array<String^>^ propertyValues
)
domain
The domain name of the site or organization that is being served by the located component.
The binderPublicKey and mac values.