[WebGetAttribute(BodyStyle=0,
UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")]
[OperationContractAttribute()]
public Stream Create(
string id,
string domain
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")>
Function Create( _
ByVal id As String, _
ByVal domain As String _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")]
Stream^ Create(
String^ id,
String^ domain
)
domain
The domain name of the site or organization that is being served by the located component.
A URL to the new context manager.