public static bool TryGet(Message message, out System.ServiceModel.Channels.ContextMessageProperty contextMessageProperty) { Contract.Ensures(Contract.Result <bool>() == (Contract.ValueAtReturn(out contextMessageProperty) != null)); contextMessageProperty = default(System.ServiceModel.Channels.ContextMessageProperty); return(default(bool)); }
public static bool TryCreateFromHttpCookieHeader(string httpCookieHeader, out System.ServiceModel.Channels.ContextMessageProperty context) { context = default(System.ServiceModel.Channels.ContextMessageProperty); return(default(bool)); }