protected Func<IPipeBinaryRequest> CreateBinaryRequestFunc { get; }
Protected ReadOnly Property CreateBinaryRequestFunc As Func(Of IPipeBinaryRequest)
Get
protected:
property Func<IPipeBinaryRequest^>^ CreateBinaryRequestFunc {
Func<IPipeBinaryRequest^>^ get ();
}
member CreateBinaryRequestFunc : Func<IPipeBinaryRequest> with get