Home
last modified time | relevance | path

Searched refs:SecurityReplyChannel (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Security/
H A DSecurityReplyChannel.cs42 internal class SecurityReplyChannel : InternalReplyChannelBase class
46 public SecurityReplyChannel ( in SecurityReplyChannel() method in System.ServiceModel.Channels.Security.SecurityReplyChannel
H A DSecurityRequestContext.cs50 SecurityReplyChannel channel;
55 public SecurityRequestContext (SecurityReplyChannel channel, RequestContext source) in SecurityRequestContext()
H A DSecurityChannelListener.cs70 …return (TChannel) (object) new SecurityReplyChannel ((SecurityChannelListener<IReplyChannel>) (obj… in CreateSecurityWrapper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSecurityChannelListener.cs519 …securityChannel = new SecurityReplyChannel(listener, (IReplyChannel)innerChannel, securityProtocol… in OnAcceptChannel()
1198 class SecurityReplyChannel : ServerSecurityChannel<IReplyChannel>, IReplyChannel class in System.ServiceModel.Channels.SecurityChannelListener
1202 …public SecurityReplyChannel(SecurityChannelListener<TChannel> channelManager, IReplyChannel innerC… in SecurityReplyChannel() method in System.ServiceModel.Channels.SecurityChannelListener.SecurityReplyChannel
1381 sealed class SecurityReplySessionChannel : SecurityReplyChannel, IReplySessionChannel
1786 SecurityReplyChannel channel;
1789 …public ReceiveRequestAndVerifySecurityAsyncResult(SecurityReplyChannel channel, IReplyChannel inne… in ReceiveRequestAndVerifySecurityAsyncResult()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/
H A DSystem.ServiceModel.dll.sources315 System.ServiceModel.Channels.Security/SecurityReplyChannel.cs