System.ServiceModel.Channels.SessionOpenNotification.UpdateMessageProperties C# (CSharp) Method

UpdateMessageProperties() public abstract method

public abstract UpdateMessageProperties ( MessageProperties inboundMessageProperties ) : void
inboundMessageProperties MessageProperties
return void
        public abstract void UpdateMessageProperties(MessageProperties inboundMessageProperties);
    }
SessionOpenNotification