[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextC" + "oupon={contextCoupon}")]
public Stream GetSecureItemNames(
string id,
string domain,
int contextCoupon
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextCoupon={contextCoupon}")>
Function GetSecureItemNames( _
ByVal id As String, _
ByVal domain As String, _
ByVal contextCoupon As Integer _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextCoupon={contextCoupon}")]
Stream^ GetSecureItemNames(
String^ id,
String^ domain,
int contextCoupon
)
domain
The domain name of the site or organization that is being served by the located component.
contextCoupon
The context coupon.
The context item names.