Open Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Opens a communication stream for a binding context.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub Open ( _
ByRef stream As Stream, _
ctx As BindingContext _
)
public void Open(
ref Stream stream,
BindingContext ctx
)
public:
void Open(
Stream^% stream,
BindingContext^ ctx
)
member Open :
stream:Stream byref *
ctx:BindingContext -> unit
public function Open(
stream : Stream,
ctx : BindingContext
)
Parameters
- stream
Type: System.IO. . :: . .Stream%
The stream to open.
- ctx
Type: Ws.Services.Binding. . :: . .BindingContext
The context for the stream to open.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.