ChannelSinkCallContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChannelSinkCallContext(SerializationInfo, StreamingContext) | |
ChannelSinkCallContext(ChannelSinkCallContext+MessageType, String, Byte[], ChannelSinkCallContext+AuthenticationLevel) |
ChannelSinkCallContext(SerializationInfo, StreamingContext)
protected:
ChannelSinkCallContext(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ChannelSinkCallContext (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
ChannelSinkCallContext(ChannelSinkCallContext+MessageType, String, Byte[], ChannelSinkCallContext+AuthenticationLevel)
public:
ChannelSinkCallContext(Microsoft::XLANGs::RuntimeTypes::ChannelSinkCallContext::MessageType type, System::String ^ clientEntryId, cli::array <System::Byte> ^ token, Microsoft::XLANGs::RuntimeTypes::ChannelSinkCallContext::AuthenticationLevel authenticationLevel);
public ChannelSinkCallContext (Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext.MessageType type, string clientEntryId, byte[] token, Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext.AuthenticationLevel authenticationLevel);
new Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext : Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext.MessageType * string * byte[] * Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext.AuthenticationLevel -> Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext
Parameters
- clientEntryId
- String
- token
- Byte[]
- authenticationLevel
- ChannelSinkCallContext.AuthenticationLevel